From: Jérémy Lal Date: Tue, 24 Mar 2026 21:38:48 +0000 (+0100) Subject: Link to -latomic by default X-Git-Tag: archive/raspbian/22.22.2+dfsg+_cs22.19.15-1+rpi1^2~14 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//%22mailto:tmurad%40gmail.com/%22/%22http:/www.example.com/%22mailto:tmurad%40gmail.com/%22?a=commitdiff_plain;h=3964741dcf1666275f1902eb38cedfb213309bf5;p=nodejs.git Link to -latomic by default Last-Update: 2019-10-25 Forwarded: not-needed Bug: https://github.com/nodejs/node/pull/28532 Bug: https://github.com/nodejs/node/issues/30093 This avoids surprises on mips*el/ppc*el Gbp-Pq: Topic build Gbp-Pq: Name flag_atomic.patch --- diff --git a/node.gypi b/node.gypi index bb002412b..9cf4dcdd9 100644 --- a/node.gypi +++ b/node.gypi @@ -374,6 +374,9 @@ 'libraries!': [ '-lrt' ], + 'libraries': [ + '-latomic' + ] }], [ 'OS in "freebsd linux openharmony"', { 'ldflags': [ '-Wl,-z,relro',